|
|
|
|
SelectionFill1 Property, SftTree Class |
Defines the starting color of the vertical gradient fill used for the selection outline.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionFill1 As Color |
C# |
public Color SelectionFill1 { get; set; } |
C++ |
public: property Color SelectionFill1 { |
Property Value
The starting (top) color.
The default value is Color.LightBlue.
Comments
The SelectionFill1 property defines the starting color of the vertical gradient fill used for the selection outline.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.